-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(minio): Update Helm release minio to v13.8.4 #67
Open
SIMULATAN-Bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minio/minio-13.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Argo CD Diff PreviewSummary: {base => target}/minio | 53 ++++++++++++++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 21 deletions(-) Diff:diff --git base/minio target/minio
index 1dbe7b6..983d236 100644
--- base/minio
+++ target/minio
@@ -1,21 +1,21 @@
---
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio
namespace: default
spec:
ports:
- name: minio-api
nodePort: null
port: 9000
targetPort: minio-api
- name: minio-console
nodePort: null
@@ -27,23 +27,23 @@ spec:
type: ClusterIP
---
apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio-headless
namespace: default
spec:
clusterIP: None
ports:
- name: minio-api
port: 9000
targetPort: minio-api
- name: minio-console
port: 9001
@@ -56,57 +56,57 @@ spec:
---
apiVersion: v1
automountServiceAccountToken: false
kind: ServiceAccount
metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio
namespace: default
secrets:
- name: minio
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio
namespace: default
spec:
podManagementPolicy: Parallel
replicas: 4
selector:
matchLabels:
app.kubernetes.io/instance: minio
app.kubernetes.io/name: minio
serviceName: minio-headless
template:
metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
- helm.sh/chart: minio-13.4.5
+ app.kubernetes.io/version: 2024.3.15
+ helm.sh/chart: minio-13.8.4
spec:
affinity:
nodeAffinity: null
podAffinity: null
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/instance: minio
@@ -135,24 +135,26 @@ spec:
valueFrom:
secretKeyRef:
key: root-password
name: minio-root-user
- name: MINIO_SKIP_CLIENT
value: "yes"
- name: MINIO_BROWSER
value: "on"
- name: MINIO_PROMETHEUS_AUTH_TYPE
value: public
+ - name: MINIO_DATA_DIR
+ value: /bitnami/minio/data
- name: MINIO_BROWSER_REDIRECT_URL
value: https://s3.simulatan.me/minio/ui/
envFrom: null
- image: docker.io/bitnami/minio:2024.2.9-debian-11-r0
+ image: docker.io/bitnami/minio:2024.3.15-debian-12-r0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
httpGet:
path: /minio/health/live
port: minio-api
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 5
successThreshold: 1
@@ -166,45 +168,54 @@ spec:
name: minio-console
protocol: TCP
readinessProbe:
failureThreshold: 5
initialDelaySeconds: 5
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: minio-api
timeoutSeconds: 1
- resources:
- limits: {}
- requests: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
readOnlyRootFilesystem: false
+ runAsGroup: 0
runAsNonRoot: true
runAsUser: 1001
seLinuxOptions: null
seccompProfile:
type: RuntimeDefault
volumeMounts:
+ - mountPath: /tmp
+ name: empty-dir
+ subPath: tmp-dir
+ - mountPath: /opt/bitnami/minio/tmp
+ name: empty-dir
+ subPath: app-tmp-dir
+ - mountPath: /.mc
+ name: empty-dir
+ subPath: app-mc-dir
- mountPath: /bitnami/minio/data
name: data
securityContext:
fsGroup: 1001
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: []
sysctls: []
serviceAccountName: minio
- volumes: null
+ volumes:
+ - emptyDir: {}
+ name: empty-dir
updateStrategy:
type: RollingUpdate
volumeClaimTemplates:
- metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/name: minio
name: data
spec:
accessModes:
@@ -216,23 +227,23 @@ spec:
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
traefik.ingress.kubernetes.io/router.middlewares: default-strip-minio-prefix@kubernetescrd
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio
namespace: default
spec:
ingressClassName: traefik
rules:
- host: s3.simulatan.me
http:
paths:
- backend:
service:
@@ -244,23 +255,23 @@ spec:
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations: {}
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio-api
namespace: default
spec:
ingressClassName: traefik
rules:
- host: s3.simulatan.me
http:
paths:
- backend:
service:
@@ -271,23 +282,23 @@ spec:
pathType: ImplementationSpecific
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: minio
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: minio
- app.kubernetes.io/version: 2024.2.9
+ app.kubernetes.io/version: 2024.3.15
argocd.argoproj.io/instance: minio
- helm.sh/chart: minio-13.4.5
+ helm.sh/chart: minio-13.8.4
name: minio
namespace: default
spec:
egress:
- {}
ingress:
- ports:
- port: 9001
- port: 9000
podSelector: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.4.5
->13.8.4
Release Notes
bitnami/charts (minio)
v13.8.4
v13.8.3
v13.8.2
v13.8.1
v13.8.0
v13.7.2
v13.7.1
v13.7.0
v13.6.4
v13.6.3
v13.6.2
v13.6.1
v13.5.1
v13.5.0
v13.4.7
v13.4.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.